cssimageurl: Explicitly check for local_error != NULL
authorTimm Bäder <mail@baedert.org>
Sat, 18 Sep 2021 11:08:46 +0000 (13:08 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 18 Sep 2021 11:08:46 +0000 (13:08 +0200)
commit24415a6ffb1183bbc55aad6ba365c96f96ee10d5
treefc45f4da2e85f038a74962c7a2e0aaa10a5ddb1d
parentae08aa362217ef3bf188450cf8853b7dd3ce841f
cssimageurl: Explicitly check for local_error != NULL

This should always be the case since gdk_texture_new_from_file should
always set the error when it returns NULL, but make it explicit anyway.
gtk/gtkcssimageurl.c